home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Shareware / xStarter 1.8.8 / setup.exe / {app} / xStartUI.exe / 0 / RCDATA / TREGISTRFORM / TREGISTRFORM.txt
Text File  |  2007-06-06  |  4KB  |  201 lines

  1. object RegistrForm: TRegistrForm
  2.   Left = 312
  3.   Top = 300
  4.   ActiveControl = edName
  5.   BorderStyle = bsDialog
  6.   Caption = 'Registration'
  7.   ClientHeight = 313
  8.   ClientWidth = 432
  9.   Color = clBtnFace
  10.   Constraints.MinHeight = 272
  11.   Constraints.MinWidth = 440
  12.   ParentFont = True
  13.   KeyPreview = True
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   OnShow = FormShow
  20.   DesignSize = (
  21.     432
  22.     313)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Bevel1: TBevel
  26.     Left = 0
  27.     Top = 269
  28.     Width = 432
  29.     Height = 3
  30.     Align = alBottom
  31.     Shape = bsBottomLine
  32.   end
  33.   object lbName: TElLabel
  34.     Left = 14
  35.     Top = 49
  36.     Width = 51
  37.     Height = 13
  38.     Caption = 'User name'
  39.     FocusControl = edName
  40.   end
  41.   object lbRegKey: TElLabel
  42.     Left = 14
  43.     Top = 93
  44.     Width = 76
  45.     Height = 13
  46.     Caption = 'Registration key'
  47.     FocusControl = edReg
  48.   end
  49.   object lbEnter: TLabel
  50.     Left = 14
  51.     Top = 9
  52.     Width = 403
  53.     Height = 36
  54.     Anchors = [akLeft, akTop, akRight]
  55.     AutoSize = False
  56.     Caption = 
  57.       'Enter below user name and registration key which you recieved in' +
  58.       ' registration letter'
  59.     FocusControl = edName
  60.     WordWrap = True
  61.   end
  62.   object lbUseBuffer: TLabel
  63.     Left = 12
  64.     Top = 200
  65.     Width = 405
  66.     Height = 60
  67.     Anchors = [akLeft, akTop, akRight]
  68.     AutoSize = False
  69.     Caption = 
  70.       'Please use a combination of keys Ctrl+C (or Ctrl+Ins) to copy a ' +
  71.       'key from the reg letter to the clipboard and Ctrl+V (or Shift+In' +
  72.       's) to insert it into code field.'
  73.     Color = clBtnFace
  74.     Font.Charset = DEFAULT_CHARSET
  75.     Font.Color = clBtnText
  76.     Font.Height = -11
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = [fsBold]
  79.     ParentColor = False
  80.     ParentFont = False
  81.     WordWrap = True
  82.   end
  83.   object lbActive: TElLabel
  84.     Left = 14
  85.     Top = 144
  86.     Width = 67
  87.     Height = 13
  88.     Caption = 'Activation key'
  89.     FocusControl = edActiveKey
  90.   end
  91.   object Panel1: TPanel
  92.     Left = 0
  93.     Top = 272
  94.     Width = 432
  95.     Height = 41
  96.     Align = alBottom
  97.     BevelOuter = bvNone
  98.     TabOrder = 3
  99.     DesignSize = (
  100.       432
  101.       41)
  102.     object btOk: TElPopupButton
  103.       Left = 194
  104.       Top = 8
  105.       Width = 113
  106.       Height = 25
  107.       DrawDefaultFrame = False
  108.       Caption = 'OK'
  109.       TabOrder = 0
  110.       OnClick = btOkClick
  111.       Anchors = [akRight, akBottom]
  112.     end
  113.     object btCancel: TElPopupButton
  114.       Left = 314
  115.       Top = 8
  116.       Width = 113
  117.       Height = 25
  118.       DrawDefaultFrame = False
  119.       ModalResult = 2
  120.       Caption = 'Cancel'
  121.       TabOrder = 1
  122.       Anchors = [akRight, akBottom]
  123.     end
  124.     object btHelp: TElPopupButton
  125.       Left = 4
  126.       Top = 8
  127.       Width = 137
  128.       Height = 25
  129.       DrawDefaultFrame = False
  130.       Caption = 'Buy Now'
  131.       TabOrder = 2
  132.       Font.Charset = DEFAULT_CHARSET
  133.       Font.Color = clHotLight
  134.       Font.Height = -11
  135.       Font.Name = 'MS Sans Serif'
  136.       Font.Style = [fsBold]
  137.       ParentFont = False
  138.       OnClick = btHelpClick
  139.       Anchors = [akLeft, akBottom]
  140.     end
  141.   end
  142.   object edName: TElEdit
  143.     Left = 12
  144.     Top = 65
  145.     Width = 405
  146.     Height = 21
  147.     Hint = 'Name'
  148.     Flat = True
  149.     LineBorderActiveColor = clBlack
  150.     LineBorderInactiveColor = clBlack
  151.     Anchors = [akLeft, akTop, akRight]
  152.     TabOrder = 0
  153.   end
  154.   object edReg: TElEdit
  155.     Left = 12
  156.     Top = 111
  157.     Width = 405
  158.     Height = 21
  159.     Hint = 'Name'
  160.     Flat = True
  161.     LineBorderActiveColor = clBlack
  162.     LineBorderInactiveColor = clBlack
  163.     Anchors = [akLeft, akTop, akRight]
  164.     TabOrder = 1
  165.   end
  166.   object edActiveKey: TElEdit
  167.     Left = 12
  168.     Top = 167
  169.     Width = 405
  170.     Height = 21
  171.     Hint = 'Name'
  172.     Flat = True
  173.     LineBorderActiveColor = clBlack
  174.     LineBorderInactiveColor = clBlack
  175.     Anchors = [akLeft, akTop, akRight]
  176.     TabOrder = 2
  177.   end
  178.   object btRequest: TElPopupButton
  179.     Left = 294
  180.     Top = 139
  181.     Width = 123
  182.     Height = 25
  183.     DrawDefaultFrame = False
  184.     Caption = 'Request now...'
  185.     TabOrder = 4
  186.     OnClick = btRequestClick
  187.   end
  188.   object ElFormPersist1: TElFormPersist
  189.     Storage = TrayForm.ElIniFile1
  190.     PersistOptions = [epoState, epoPosition]
  191.     TopMost = False
  192.     Left = 120
  193.     Top = 96
  194.     PropsToStore = {00000000}
  195.   end
  196.   object JvgSmallFontsDefense1: TJvgSmallFontsDefense
  197.     Left = 152
  198.     Top = 96
  199.   end
  200. end
  201.